home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Dec 89 / 0257-RE Inf. Scroller - B-Dec89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.6 KB  |  44 lines  |  [TEXT/GEOL]

  1. Item    9966214                         22-Dec-89        10:43
  2.  
  3. From:   MADA2                           MacApp Dev Assoc, Curtis Faith
  4.  
  5. To:     D1282        -> POWERUP.DEV     Power Up,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    RE: Inf. Scroller - BAD!
  10.  
  11. James,
  12.  
  13. I must side with John Pelevich.
  14.  
  15. I think that what you are really looking for is a way to have the user set the
  16. dates which will be displayed in you view.
  17.  
  18. Why not use the same approach that the Mac uses to set dates?  One can either
  19. type in a date or use the arrows control to the right to set them.  Thus if one
  20. wants December 1914 he can type that in or if he merely wants to run back a few
  21. months he can click the down arrow a bit.
  22.  
  23. If you want you could have an arrow control for months and years so that you
  24. could have various levels of control.
  25.  
  26. If you feel compelled to have a scrollbar it should merely allow the user to
  27. see a given portion of a fixed amount of time.  In other words you might say
  28. that 3 months are in the scroller and that the arrows set which 3 months.  If
  29. the scroller is too small to display all 3 months then it would perform its
  30. normal function of allowing one to see various portions of those 3 months.
  31.  
  32. I am strongly against non-standard user interfaces of any type.  I spent a
  33. considerable time using AtOnce accounting and they use their own type of scroll
  34. bars and it really annoyed me.  I passionately hated that part of the
  35. application, I mean HATE.
  36.  
  37. I have lots of applications, a tiny fraction have found it necessary to use
  38. non-standard items (even those weren't really needs).
  39.  
  40. Please stick to the standard interface items.
  41.  
  42. - Curtis
  43.  
  44.